home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Other Langs / Tickle-4.0 (tcl) / library / help / tcl / strings / cindex < prev    next >
Encoding:
Text File  |  1993-10-26  |  439 b   |  11 lines  |  [TEXT/$Tcl]

  1.  
  2.  
  3.           cindex string indexExpr
  4.                Returns  the  character  indexed  by   the   expression
  5.                indexExpr (zero based) from string.
  6.  
  7.                If the expression indexExpr starts with the string end,
  8.                then end is replaced with the index of the last charac-
  9.                ter in the string.  If the expression starts with  len,
  10.                then len is replaced with the length of the string.
  11.